home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_door / buscrd13.zip / BUSCARD.DOC < prev    next >
Text File  |  1996-06-11  |  27KB  |  604 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                          BUSINESS CARD DATABASE
  11.  
  12.                                   v1.3
  13.  
  14.                                    by
  15.  
  16.                               Al Lawrence
  17.  
  18.                             Sunrise-80  BBS
  19.                  (404) 256-9525 (USR v.everything 33.6)
  20.                  (404) 705-9104 (USR v.everything 33.6)
  21.                  (404) 256-9518 (VOICE: 9am-9:30pm EST) any day
  22.                      
  23.                      EMAIL:al_lawre@ix.netcom.com
  24.  
  25.  
  26.  
  27.  
  28.                  Copyright  1994 - 1995,   Al Lawrence
  29.                           All Rights Reserved
  30.  
  31.  
  32.                           Table of Contents
  33.                           -----------------
  34.  
  35.     Overview..........................................................  1
  36.     Installation......................................................  2
  37.     Configuration File Description....................................  3 
  38.     Color Codes.......................................................  4
  39.     USAGE Log.........................................................  4
  40.     Restrictions......................................................  5
  41.     Category File (BUSCARD.CAT).......................................  5
  42.     Welcome...........................................................  5
  43.     Purging Business Cards............................................  6
  44.     Database Exchange.................................................  7
  45.     Non-Standard COM Support..........................................  9
  46.     Multi-Node Setup.................................................. 10
  47.     File Transfer Protocols (PROTOCOL.DAT)............................ 11
  48.     Legalities........................................................ 12
  49.     Distribution...................................................... 12
  50.     Registration...................................................... 12
  51.     Misc.............................................................. 13
  52.  
  53.                                                                        Page 1
  54.                                 OVERVIEW
  55.                                 ________
  56.  
  57.  
  58.    The BUSINESS CARD Door is designed to allow callers to post Business Cards
  59.    in any of the unlimited categories you have set up. 
  60.  
  61.  
  62.  
  63.  
  64.  
  65.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  66.          created in the Classified Door directory.
  67.  
  68.  
  69.  
  70.                                                                        Page 2
  71.                               INSTALLATION
  72.                               ____________
  73.  
  74.  
  75.    Installation is fairly easy and straight forward. The following steps and
  76.    examples should have you up and running in a very short period of time.
  77.    It is assumed that you are familiar with setting up DOORS on your system.
  78.    To this end, only examples of the configuration file and Door batch file
  79.    (if required by your BBS software) are described.
  80.  
  81.    **** SHARE.EXE is REQUIRED! Place the word SHARE on a line by itself ****
  82.    **** in your AUTOEXEC.BAT file, anywhere after your PATH statement.  ****
  83.  
  84.       1) Create a directory to hold all BUSCARD files
  85.  
  86.       2) Unzip BUSCRDxx.ZIP into the the above directory
  87.  
  88.       3) Create a configuration file, with a name of your choice, or modify
  89.          the supplied BUSCARD.CFG file. You can do this manually with an editor
  90.          of your choice. The configuration file layout/description can be found 
  91.          further on in this document
  92.  
  93.       4) Create a batch file or modify the BUSCARD file supplied (if your BBS
  94.          software requires the use of a batch file to execute the door). A
  95.          description of this file follows:
  96.  
  97.             ECHO off
  98.             cd\BBS\DOORS\BUSCARD      Location of BUSCARD files
  99.             BUSCARD  BUSCARD.CFG      EXE filename and CFG filename (Name
  100.                                       used in creating file in #3 above)
  101.             CD\BBS
  102.             BOARD
  103.  
  104.  
  105.        5) When running more than one node, read MULTI-NODE SETUP further on
  106.           in this document.
  107.  
  108.  
  109.        6) Unzip BUSBATCH.ZIP, which contains working batch files examples for
  110.           some popular protocols.
  111.  
  112.                                                                        Page 3
  113.                     BUSINESS CARD DATABASE CONFIGURATION FILE
  114.  
  115.    **                       Location of system file (See Below)
  116.    SUNRISE-80 BBS           Your BBS Name
  117.    Al                       Sysop's First name
  118.    Lawrence                 Sysop's Last Name
  119. |-----------------------------------------------------------------------------|
  120. | READ!     1                        CommPort  \ These 2 lines are required   |
  121. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  122. |-----------------------------------------------------------------------------|
  123.    00000000                 Registration Number
  124.  
  125.    2                        Keyboard timeout value in Minutes
  126.  
  127.    WELCOME                  Name of the WELCOME file. CAN contain an extension.
  128.  
  129.    N                        Y = Allow use of HiASCII characters
  130.                             N = Do NOT allow the use of HiASCII characters
  131.  
  132.    N                        Y = Use ALIAS in lieu of the BBS Logon Name.
  133.                                 (Requires DOOR.SYS)
  134.                             N = Use normal BBS LogonName
  135.    
  136.    Y                        Y = Allow Downloading, N = NO Downloading
  137.    
  138.    9                  *     Business Card border color
  139.  
  140.    14                 *     Business Card TOP LINE color
  141.  
  142.    11                 *     Business Card MIDDLE LINES color
  143.  
  144.    14                 *     Business Card BOTTOM LINE color
  145.  
  146.    11                 *     Business Card FREE FORM VERBAGE color
  147.  
  148.    30                       If NOT using a CATEGORY file then this is the
  149.                             number of days to keep a CARD entry, before it 
  150.                             becomes eligible for purging.
  151.                             0 = Do NOT purge any entries.
  152.  
  153.    SUN80                    Name of the EXPORT file that is generated by the
  154.                             BUSEXCH program. We suggest that it be a unique 
  155.                             name. DO NOT include an extension! Maximum of 6 
  156.                             characters ONLY
  157.  
  158.    0                        Minimum security level required to access the 
  159.                             ADD option
  160.  
  161.    0                        Minimum security level required to access the 
  162.                             DELETE option
  163.  
  164.    0                        Minimum security level required to access the 
  165.                             EDIT option
  166.  
  167.    0                        Minimum security level required to access the 
  168.                             VIEW option
  169.  
  170.    N                        Y = Allow only ONE Entry Per Category Per Caller
  171.                             N = Allow UNLIMITED Entries 
  172.  
  173.    Y                        Y = Log all callers to USAGEx file
  174.                             N = Do not log callers
  175.  
  176.  
  177.  * = See next page for valid color codes
  178.  
  179. ** = Replace with a PATH to ONE of the following:
  180.    PCBOARD.SYS    CALLINFO.BBS   USERINFO.DAT    DOOR.SYS   GTUSER.BBS
  181.    DORINFOx.DEF   SFDOORS.DAT
  182.  
  183.  
  184.                                                                        Page 4
  185.                              C O L O R  T A B L E
  186.                             ======================
  187.  
  188.                         COLOR # - NAME       INTENSITY 
  189.                         -------------------------------
  190.                         0 - BLACK              Low              
  191.                         1 - BLUE                "                                   
  192.                         2 - GREEN               "                                   
  193.                         3 - CYAN                "                                   
  194.                         4 - RED                 "                                   
  195.                         5 - MAGENTA             "                                   
  196.                         6 - YELLOW              "                                   
  197.                         7 - WHITE               "                                   
  198.                         8 - GRAY               High              
  199.                         9 - LBLUE               "                
  200.                        10 - LGREEN              "                
  201.                        11 - LCYAN               "                
  202.                        12 - LRED                "                
  203.                        13 - LMAGENTA            "                
  204.                        14 - LYELLOW             "                
  205.                        15 - LWHITE              "     
  206.  
  207.  
  208.  
  209.                              USAGE LOG
  210.                              ---------
  211.  
  212. As an option, we provide you with the ability to log every player to a text 
  213. file. IF you enter Y in the CFG file to log callers, the Door will place the
  214. caller's name as well as the ON and OFF times each time a caller selects the
  215. Door. A separate file will be created for each Node and the name of the file
  216. will be USAGEx, where x is the Node number.
  217.  
  218. You may delete these files at any time and the Door will recreate them the
  219. next time a caller enters the Door. If you do NOT want to continue logging
  220. callers, change the CFG file entry to N.
  221.  
  222.  
  223.            
  224.  
  225.  
  226.                                                                        Page 5
  227.                             RESTRICTIONS!
  228.                             -------------
  229.  
  230.  
  231. UnRegistered versions of BUSINESS CARDS have the following restrictions:
  232.  
  233.           . Maximum of 15 Business Cards may be entered
  234.           . Purge option is disabled
  235.           . Unable to IMPORT or EXPORT Business Cards
  236.  
  237.  
  238.  
  239.                         
  240.                         CATEGORY FILE (BUSCARD.CAT)
  241.                         ---------------------------
  242.        *** Note: If you do NOT wish to use a category file then you must ensure 
  243.        that the BUSCARD.CAT file is NOT present in the Door directory. ALL 
  244.        Business Cards will be grouped under ONE category called Miscellaneous. 
  245.        If this is your choice, then be sure to set the CFG entry that controls 
  246.        the number of days to keep the Cards before being eligible for purging.
  247.  
  248.        Be sure to give a lot of thought to your choice of categories, since
  249.        the category number in this file is carried in each Ad record. This
  250.        means, if you set up the categories so that #2 was 'Plumbing' and the 
  251.        caller entered a Business Card under that category, the Card would carry 
  252.        category #2 as the category number. If you then decide that you want to 
  253.        change the 'Plumbing' category to say, 'Accounting', then the Cards 
  254.        carrying #2 in their record would be classified incorrectly.
  255.  
  256.                The format of the BUSCARD.CAT file follows:
  257.  
  258.                              TTTTTTTT,UU
  259.  
  260.                Where t = Category name. Max length: 20 characters (NO COMMAS)
  261.                      
  262.                      u = Maximum number of days a Card can remain active.
  263.                          Minimum Days: 1 and Maximum Days: 9999
  264.  
  265.                              
  266.                              
  267.                              
  268.                              WELCOME  File
  269.                              -------------
  270.                              
  271.       You can define the name of the WELCOME file in the configuration file.
  272.       If the program finds that filename, it will display that file after
  273.       the opening screen and before the main menu screens. The file must
  274.       reside in the same directory as BUSCARD.EXE
  275.  
  276.   
  277.                                                                        Page  6
  278.                            
  279.                            AUTOMATED PURGING
  280.                            -----------------
  281.  
  282.  
  283.  
  284.       When you set up the categories to be used in your version of BUSINESS 
  285.       CARDS, you are asked to define the number of days the Card should remain 
  286.       active. By running the BUSMAINT (PURGE option) program in your nightly 
  287.       event process you will ensure that the Cards are deleted, automatically.
  288.  
  289.       The following is all that is required to execute the purge:
  290.  
  291.                          BUSMAINT BUSCARD.CFG /EVENT
  292.                                   ^^^^^^^^^^^
  293.                                      |
  294.                                      |------ or your congfiguration file name
  295.  
  296.           Note: This is only available in registered versions!
  297.  
  298.  
  299.   
  300.                                                                        Page 7
  301.                      DATABASE EXCHANGE  (BUSEXCH.EXE)
  302.                      ________________________________
  303.  
  304.      *** NOTE: This program is included with the Business Card registration
  305.  
  306.  
  307.   ** A GREAT WAY TO SHARE THE BUSINESS CARDS DATABASE BETWEEN 2 OR MORE BBS' **
  308.      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  309.       The Business Card Database Exchange program will allow you to participate 
  310.       in the exchange of Business Card databases with other BBS' (Any number of 
  311.       BBS' can participate). The exchange program is named BUSEXCH and comes 
  312.       included in the BUSCRDxx.ZIP file.
  313.  
  314.       BUSEXCH performs three (3) major functions:
  315.  
  316.      (1) EXPORT:  Extracts all active Cards from the Business Card database. 
  317.                   It creates files named XXXXXXrr.CXP (XXXXXX is defined in the 
  318.                   CFG file, rr is a random letter/number combination) and will 
  319.                   bypass any Card already flagged for deletion as well as those 
  320.                   Cards that were previously exported.
  321.  
  322.      (2) IMPORT:  Imports files named XXXXXXrr.CXP (XXXXXX is defined in the CFG
  323.                   file, rr is a random letter/number combination) created by the
  324.                   EXPORT option and merges all Cards into the Business Card 
  325.                   database. It will not import any Cards that duplicate Cards 
  326.                   found in the existing database. NOTE that this option will 
  327.                   IMPORT ALL files with an extension of CXP during a single 
  328.                   execution of the program.
  329.  
  330.      (3) IMPEXP:  This option will first IMPORT (as in (2) above) then turn
  331.                   around and EXPORT (as in (1) above) during one execution
  332.                   of the program.
  333.  
  334.      All BBS' involved in the exchange MUST run a registered version of 
  335.      BUSINESS Cards.
  336.  
  337.      It is critical that ALL participants in the exchange use the SAME
  338.      Category file. Failure to do so will result in Cards meant for a certain
  339.      category on one system, showing up in a category totally unrelated on
  340.      another system.
  341.  
  342.  
  343.                             (Continued on Next Page)
  344.  
  345.  
  346.                                                                        Page 8
  347.                         DATABASE EXCHANGE (Continued)
  348.  
  349.  
  350.      To run the Exchange you do the following:
  351.  
  352.     *************************************************************************
  353.     * >>>>> If you are acting as a HUB you MUST signal BUSEXCH.EXE by using *
  354.     *       HUBEXPORT, HUBIMPORT or HUBIMPEXP in lieu of EXPORT, IMPORT or  *
  355.     *       IMPEXP. If you fail to do this you will not be able to export   *
  356.     *       newly imported Cards.                                           *
  357.     *************************************************************************
  358.  
  359.      EXPORT:  a) Change to the directory containing your BUSCARD.DAT file
  360.               b) Issue this command:  BUSEXCH EXPORT BUSCARD.CFG
  361.                  If you use a different name for your Config file, then
  362.                  substitute that name for BUSCARD.CFG
  363.               c) Send (transmit) ALL *.CXP files to those involved in the 
  364.                  exchange or to the HUB.
  365.               d) Delete ALL .CXP files.
  366.  
  367.      IMPORT:  a) Change to the directory containing your BUSCARD.DAT file
  368.               b) Copy the *.CXP files that were sent to you by the
  369.                  BBS you are exchanging with, to the directory used
  370.                  in item (a) above.
  371.               c) Issue the command:   BUSEXCH IMPORT BUSCARD.CFG
  372.                  If you use a different name for your Config file, then
  373.                  substitute that name for BUSCARD.CFG
  374.               d) Delete ALL *.CXP files
  375.  
  376.      IMPEXP:  a) Change to the directory containing your BUSCARD.DAT file
  377.               b) Copy the *.CXP files that were sent to you by the
  378.                  BBS you are exchanging with, to the directory used
  379.                  in item (a) above.
  380.               c) Issue the command:   BUSEXCH IMPEXP BUSCARD.CFG
  381.                  If you use a different name for your Config file, then
  382.                  substitute that name for BUSCARD.CFG
  383.               d) Send (transmit) ALL *.CXP files to those involved in the 
  384.                  exchange or to the HUB.
  385.  
  386.  
  387.    NOTE: If you wish to EXPORT ALL Cards in the database regardless of whether
  388.          they have been previously exported, you can use the /ALL switch on the 
  389.          BUSEXCH command line. It can only be used with HUBIMPORT, HUBEXPORT or 
  390.          HUBIMPEXP and MUST be the last entry on the command line.
  391.  
  392.    NOTE: All IMPORT and EXPORT transactions are recorded in a file called 
  393.          BUSEXCH.LOG. If the file exists it will append the information, if not 
  394.          it will create the file and add the information. Thus you are free to 
  395.          delete it at any time.
  396.  
  397.  
  398.                                                                        Page  9
  399.                         NON-STANDARD COM SUPPORT
  400.                         ________________________
  401.  
  402.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  403.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  404.       number after the configuration filename. Let's assume your Door is
  405.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  406.       passed to your Door would be:
  407.  
  408.                             FOOBAR FOOBAR.CFG /5
  409.  
  410.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  411.       normally used with COM1. No /x parameter is needed for the standard
  412.       IRQ's.
  413.  
  414.       As an alternative, you may use an environmental variable on the command
  415.       line. To use the variable (following the example above), place a
  416.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  417.       different IRQ number for each node). The command line would now look
  418.       like this:
  419.  
  420.                           FOOBAR FOOBAR.CFG /%IRQ%
  421.  
  422.       This, in combination with the use of the environmental variables
  423.       described in the MULTI-NODE SETUP section will allow you to use one
  424.       batch file and one config file to run this door on all nodes.
  425.  
  426.  
  427.  
  428.   
  429.                                                                        Page  10
  430.                            MULTI-NODE SETUP
  431.                            ________________
  432.  
  433.       All Sunrise Doors are Multi-Node capable. Each node must have the
  434.       ability to access a configuration file which will have its own system
  435.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  436.       line. There are 2 ways to accomplish this:
  437.  
  438.       (1) Create a separate configuration file for each node. The only
  439.           difference between each file would be the location of the system
  440.           file for that particular node. For example, on my system there are 2
  441.           nodes and the first line of the config files would look like this:
  442.  
  443.                         NODE1:  H:\PCB1\DOOR.SYS
  444.                         NODE2:  H:\PCB2\DOOR.SYS
  445.  
  446.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  447.  
  448.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  449.           the following PCBoard/Wildcat environmental variables:
  450.  
  451.                  PCBDIR    (Directory containing the System file)
  452.                  PCBDRIVE  (Drive containing the System file)
  453.                  WCNODEID  (Active Node Number)
  454.  
  455.           Thus, the first line of the SINGLE configuration file, for this Door
  456.           would look like this:
  457.  
  458.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  459.                         c:\wc30\wcwork\node%wcnodeid%\door.sys
  460.  
  461.       NOTE: This option, as described, assumes that you are running PCB or
  462.             Wildcat software. The environmental variables are automatically
  463.             created by the software for each node.
  464.  
  465.             HOWEVER, if you are running other BBS software you should be able
  466.             to set the variables EXACTLY as described below, for EACH node
  467.             (more than likely in each batch file you use to bring up EACH node):
  468.  
  469.                             PCBDRIVE=C:
  470.                             ^^^^^^^^^
  471.                             PCBDIR=\NODE2
  472.                             ^^^^^^^^
  473.  
  474.             Info with a carat (^) under it, MUST be typed as is. The rest
  475.             depends on your naming conventions.
  476.  
  477.             This, in combination with the use of the optional environmental
  478.             variable described in the NON-STANDARD COM SUPPORT section, will
  479.             allow you to use one batch file and one config file to run this
  480.             door on all nodes.
  481.  
  482.  
  483.  
  484.                                                                        Page  11
  485.                    DOWNLOAD FILE TRANSFER PROTOCOLS
  486.                    --------------------------------
  487.  
  488.       BUSINESS CARDS externalizes all file transfer protocols used for 
  489.       Downloading of the Business Cards. This allows the Sysop to define the
  490.       file transfer protocols they wish to support.
  491.  
  492.       A file called PROTOCOL.DAT is supplied with protocols already defined,
  493.       which you may alter at any time. Each entry in the PROTOCOL.DAT file
  494.       consists of the description that will be displayed to the caller on the
  495.       Protocol Menu and the 'high level' name of the protocol's batch files.
  496.  
  497.                Example:  ZModem   Upload or Download, ZPROT
  498.  
  499.       The information to the left of the comma is the description. Business 
  500.       Cards requires that you have a batch file in the Business Cards directory
  501.       to handle the downloading. In the above example ZPROT is the 'high level'
  502.       portion of the batch file name required for ZMODEM. Your Business Card
  503.       directory should contain ZPROTS.BAT (the S is for downloading). The S
  504.       suffix MUST be present as that is what Business Cards will be looking for
  505.       in the Business Cards directory!
  506.  
  507.       Each protocol batch file MUST contain 2 batch file variables as follows:
  508.  
  509.       %1 = Business Cards will use this variable to substitute the current 
  510.            ComPort
  511.       %2 = Business Cards will use this variable to substitute the file name
  512.  
  513.       IMPORTANT! Place the variable (%1 and %2) ONLY in the EXACT location that
  514.                  your protocol requires them, in the protocol command line. Do
  515.                  NOT supply the ComPort or FileName, JUST the %1 and %2
  516.                  variables themselves (%1 and %2)!
  517.  
  518.       See example batch files supplied with the Business Cards. They are the 
  519.       ones being used on the Sunrise-80 BBS.
  520.  
  521.                              *** PLEASE NOTE ***
  522.  
  523.       There may come a time when you will need to supply information to the
  524.       protocol you are using, based on the node it will be used on. You can
  525.       accomplish this by supplying a node-specific PROTOCOL file. Everything
  526.       described above stays the same except that you will name the file
  527.       PROTOCOL.x (where x is the node number). For example, to use a special
  528.       set of protocols (or batch files) on node number 5, modify a copy of
  529.       PROTOCOL.DAT and name it PROTOCOL.5. Business Cards will use PROTOCOL.5 
  530.       when someone logs on node 5 and will use PROTOCOL.DAT for ALL OTHERS. You 
  531.       do not have to create node-specific PROTOCOL files for all nodes.. just 
  532.       the node(s) that are different.                                          
  533.       
  534.    
  535.                                                                        Page 12
  536.                               LEGALITIES
  537.                               __________
  538.  
  539.  
  540.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  541.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  542.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  543.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  544.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  545.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  546.       OR BREACH OF ANY WARRANTY.
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.                              DISTRIBUTION
  555.                              ____________
  556.  
  557.    You may make this file available for downloading from your BBS or you may
  558.    upload it to any BBS of your choice, provided that you do not make any
  559.    changes to the contents of the archive (ZIP file). The archive and its
  560.    individual contents may not be used by any service that charges any money
  561.    whatsoever, without the written permission of the author.
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.                              REGISTRATION
  571.                              ____________
  572.  
  573.    Registration and the subsequent insertion of the registration number into
  574.    your configuation file, will remove all restrictions deined in the section
  575.    called "Restrictions', allows for the display of your BBS name on the
  576.    opening and closing screen
  577.  
  578.    To register your copy of BUSINESS CARDS, please fill out the registration 
  579.    form (REGISTER.FRM) and mail it along with the registration fee to the name
  580.    and address on the form.
  581.  
  582.    Once a door is registered, any changes to registration information (Sysop
  583.    name or BBS Name) will require the doors to be re-registered at the
  584.    registration fee in effect at that time.
  585.  
  586.    Be sure to use the proper upper/lower case when filling in your name and
  587.    BBS name, as they MUST match the way you entered them in the configuration
  588.    file.             ^^^^
  589.  
  590.    Based upon information supplied on the registration form, I will pre-
  591.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  592.    up your registration number OR you can enclose a SASE with the form/check.
  593.  
  594.                                                                        Page 13
  595.                                  MISC
  596.                                  ____
  597.  
  598.    The latest version of BUSINESS CARDS and other fine SUNRISE DOOR programs
  599.    are always available for download from SUNRISE-80 BBS.
  600.  
  601.    Remember, should you have any problems, questions or suggestions, be sure
  602.    to drop me a message on Sunrise-80 or in the RIME network (BBS_Doors,
  603.    PCBHints, SYSops) or on SMARTNET (SN_Sysops) or FIDO 1:133/410.
  604.